/*
 *Appica iOS7 Template Style Sheet v1.1
 *Copyright 2013 8Guild.com
 */

/*CSS Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*Global Styles*/
body {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	
	background: #6666CC url(../img/ios/bg1.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
div, input, select, textarea, span, img, table, label, td, th, p, a, button, ul, code, pre, li, h1,h2,h3,h4,h5,b,em  {
	/*font-family:"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;*/
	/*font-family: "MHei","STHeiti",sans-serif,"microsoft yahei";*/
	font-weight:normal;
	font-family:"Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
	
	/* font-family: "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif; */
}
.parallax { background-attachment: fixed; }
h1 { 
	font-size: 3em;
	font-weight: 300;
	color: #666;
	text-align: center;
	/* margin-bottom: 35px; */
}
h2 {
	font-size: 2.25em;
	font-weight: 300;
	color: #666;
	text-align: center;
	margin-bottom: 110px;
}
h3 {
	font-size: 1.5em;
	font-weight: 300;
	color: #666;
	text-align: center;
	margin-bottom: 30px;
}
p {
	font-size: 1.125em;
	color: #666;
	text-align: justify;
	font-weight: 300;
}
.white { color: #fff !important; }
.last { margin-right: 0px !important; }

/*Clearfix*/
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
*:first-child+html .group { zoom: 1; } /* IE7 */
.clear {
	clear: both;
}

/*Side Menu*/
.side-menu {
	position: fixed;
	width: 240px;
	height: auto;
	min-height: 100%;
	top: 0;
	left: -241px;
	-webkit-transition: left 250ms ease-in-out;
	-moz-transition: left 250ms ease-in-out;
	-o-transition: left 250ms ease-in-out;
	transition: left 250ms ease-in-out;
	z-index: 90;
}
.side-menu.open {
	left: 0;
}
.side-menu nav {
	position: absolute;
	width: 240px;
	height: auto;
	min-height: 100%;
	top: 0;
	left: 0;
	background: url(../img/ios/slide-menu-bg.png) no-repeat;
	-webkit-box-shadow: inset -1px 0px 10px 0px rgba(244,244,244,0.2);
	-moz-box-shadow: inset -1px 0px 10px 0px rgba(244,244,244,0.2);
	box-shadow: inset -1px 0px 10px 0px rgba(244,244,244,0.2);
}
.side-menu nav ul {
	list-style: none;
	margin: 40px 0 0 25px;
	width: 190px;
}
.side-menu nav ul li {
	margin-bottom: 15px;
}
.side-menu nav ul li a {
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	transition: all 350ms ease;
}
.side-menu nav ul li a i {
	display: inline-block;
	width: 38px;
	font-size: 1em;
}
.side-menu nav ul li:hover a,
.side-menu nav ul li.active a {
	opacity: 1;
	filter: alpha(opacity=100);
}
.svg .menu-toggle,
.no-svg .menu-toggle {
	position: absolute;
	display: block;
	width: 46px;
	height: 46px;
	background: url(../img/ios/icons/menu-toggle.svg) no-repeat;
	top: 40px;
	right: -60px;
	cursor: pointer;
	background-color: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	transition: all 350ms ease;
}

.menu-toggle {
	position: absolute;
	display: block;
	width: 46px;
	height: 46px;
	background: url(../img/ios/icons/menu-toggle.svg) no-repeat;
	top: 40px;
	right: -60px;
	cursor: pointer;
	background-color: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	transition: all 350ms ease;
}

.no-svg .menu-toggle {
	background: url(../img/ios/icons/menu-toggle.png) no-repeat;
}
.menu-toggle i {
	color: #fff;
	font-size: 40px;
}
.menu-toggle:hover {
	background-color: rgba(244,244,244,0.4);
}

/*App Showcase Right Block*/
.app-showcase {
	padding-top: 120px;
}
.logo {
	margin-bottom:8px;
	width: 276px;
	height: 86px;
}
.logo img {
	max-width: 100%;
	height: auto;
}
.app-showcase h1 {
	font-size: 2.25em;
	line-height:1.4em;
	color: #fff;
	margin-bottom:20px;
	text-align: left;
}
.app-showcase p {
	margin: 15px 0 30px 0;
	font-size: 1.125em;
	font-weight: 300;
	color: #fff;
	text-align: justify;
}
.appstore-btn {
	display: block;
	width: 160px; height: 160px;
	float: left;
	margin: 0 30px 30px 0;
	background: url(../img/ios/ios_btn.png) no-repeat center center;
	/* border: 1px solid #fff; */
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all 450ms ease;
	-moz-transition: all 450ms ease;
	transition: all 450ms ease;
}
.icloud-btn {
	display: block;
	width: 160px; height: 160px;
	float: left;
	margin-right:0;
	background: url(../img/ios/qr_btn.png) no-repeat center center;
	/* border: 1px solid #fff; */
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all 450ms ease;
	-moz-transition: all 450ms ease;
	transition: all 450ms ease;
}
.appstore-btn:hover,
.icloud-btn:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

/*App Slideshow*/
#phone {
	/* 
	width: 292px; height: 562px;
	background: url(../img/ios/slideshow/phone.png) no-repeat;
	*/
	
	width: 340px; height:625px;
	background: url(../img/ios/pic_01.png) no-repeat;
	padding: 79px 0 0 34px;
	position: relative;
	z-index: 10;
}
#phone .slideshow {
	border-radius: 2px;
    display: block;
    left: 8px;
    position: relative;
    top: -12px;
}

#phone .controls {
	position: absolute;
	bottom:-16px;
	left:82px;
	cursor:default;
}
#phone .controls span {
	display: block;
	float: left;
	font-size: 1.5em;
	color: #fff;
	font-weight: 300;
	margin-top: 4px;
}
#phone .controls .prev,
#phone .controls .next {
	width: 60px;
	height: 40px;
	margin-top: 0;
}
#phone .controls .prev a,
#phone .controls .next a {
	font-size: 1.5em;
	color: #fff;
	display:block;
	text-align: center;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	transition: all 350ms ease;
}
#phone .controls .prev a:hover,
#phone .controls .next a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*Social Networks*/
.social {
	width: 100%; height:148px;
	background-color: #34c5f5;
	position: relative;
	z-index: 9;
	margin-top:-125px;
}
.social h1 {
    /* margin-top: -40px; */
    float: left;
    font-size: 1.1em !important;
    line-height: 1.6em;
    color: #fff;
    font-weight: 100;
    text-align: left;
    margin-bottom: 0;
    margin-right: 35px;
    position: relative;
    top: -107px;
}

/*Social Icons*/
.social-icons { position:relative; top:-30px;}
.social-icons a {
	text-decoration: none;
}
.social-icons a:last-child {
	margin-right: 0;
}
.si-icon,
.im-icon-s,
.im-icon-m,
.im-icon-l {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 20px 40px 0 0;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.si-icon:after,
.im-icon:after,
.im-icon-s:after,
.im-icon-m:after,
.im-icon-l:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.si-icon:before,
.im-icon:before,
.im-icon-s:before,
.im-icon-m:before,
.im-icon-l:before {
	speak: none;
	font-size: 25px;
	line-height: 50px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.im-icon-m:before {
	font-size: 28px;
}
.im-icon-l:before {
	line-height: 52px;
	font-size: 42px;
}
.si-icon-effect .si-icon,
.si-icon-effect .im-icon-s,
.si-icon-effect .im-icon-m,
.si-icon-effect .im-icon-l {
	box-shadow: 0 0 0 1px #fff;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	color: #fff;
}
.si-icon-effect .si-icon:after,
.si-icon-effect .im-icon-s:after,
.si-icon-effect .im-icon-m:after,
.si-icon-effect .im-icon-l:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}
.no-touch .si-icon-effect .si-icon:hover,
.no-touch .si-icon-effect .im-icon-s:hover,
.no-touch .si-icon-effect .im-icon-m:hover,
.no-touch .si-icon-effect .im-icon-l:hover {
	color: #9999ff;
}
.no-touch .si-icon-effect .si-icon:hover:after,
.no-touch .si-icon-effect .im-icon-s:hover:after,
.no-touch .si-icon-effect .im-icon-m:hover:after,
.no-touch .si-icon-effect .im-icon-l:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/*Content Style*/
.content-block {
	width: 100%;
	padding: 50px 0; 
}
.content-block.white {
	background: url(../img/ios/white-bg.png) repeat;
}
.content-block.violet {
	background-color: #9999ff;
}

/*Features*/
.feature {
	width: 100%;
	margin-bottom: 40px;
}
.feature img {
	display: block;
	margin: 0 auto 50px auto;
}
.feature h2 {
	margin-bottom: 20px;
}

/*Pricing*/
.pricing-plan {
	width: 100%;
	padding: 34px 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 40px;
	position: relative;
	background-color: rgba(255,255,255,0.3);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.pricing-plan:hover {
	background-color: rgba(255,255,255,0.8);
}
.pricing-plan h3 {
	font-size: 2.25em;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.pricing-plan:hover h3 {
	color: #666 !important;
}
.pricing-plan ul {
	list-style: none;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 1;
}
.pricing-plan ul li {
	display: block;
	width: 100%;
	color: #fff;
	padding: 13px 0;
	font-size: 1.125em;
	font-weight: 300;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.pricing-plan:hover ul li {
	color: #666;
	border-bottom: 1px solid #666;
}
.pricing-plan ul li span {
	font-weight: 400;
}
.pricing-plan ul li:last-child {
	border: none;
}

/*Team*/
.team {
	width: 100%;
	margin-bottom: 40px;
}
.team img {
	display: block;
	margin: 0 auto 30px auto;
	border: 5px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.team h2,
.team h3 {
	margin-bottom: 25px;
}
.team .social-icons {
	display: table;
	margin: 0 auto;
}
.team .si-icon,
.team .im-icon-s,
.team .im-icon-m,
.team .im-icon-l {
	margin: 15px 33px 0 0;
	color: #999;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.team:hover img {
	border: 5px solid #fff;
}
.team .si-icon-effect .si-icon,
.team .si-icon-effect .im-icon-s,
.team .si-icon-effect .im-icon-m,
.team .si-icon-effect .im-icon-l {
	box-shadow: 0 0 0 1px #999;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.team:hover .si-icon,
.team:hover .im-icon-s,
.team:hover .im-icon-m,
.team:hover .im-icon-l {
	color: #666;
}
.team:hover .si-icon-effect .si-icon,
.team:hover .si-icon-effect .im-icon-s,
.team:hover .si-icon-effect .im-icon-m,
.team:hover .si-icon-effect .im-icon-l {
	box-shadow: 0 0 0 1px #666;
}

/*Clients*/
.clients {
	width: 100%;
	background-color: #6666cc;
	padding: 108px 0 70px 0;
	display:none;
}
.clients a {
	display: block;
	width: 262px;
	margin: 0 auto 30px auto;
}

/*Gallery*/
.gallery {
	width: 100%;
	position: relative;
}
.gallery ul {
	list-style: none;
	margin: 0;
}
.gallery ul li.red {
	background-color: #e35c4a;
}
.gallery ul li.violet {
	background-color: #5e4e6d;
}
.gallery ul li.dark-blue {
	background-color: #404b5a;
}
.gallery ul li img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}
.bx-pager {
	display: table;
	position: relative;
	z-index: 80;
	margin: -26px auto 0 auto;
}
.bx-pager-item {
	width: 12px;
	height: 12px;
	float: left;
}
.bx-pager-item a {
	width: 7px;
	height: 7px;
	background-color: #000;
	outline: none;
	border: 1px solid transparent;
	position: relative;
	top: 2px;
	left: 2px;
	text-indent: -9999px !important;
}
.bx-wrapper .bx-pager {
	text-align: center;
	margin-top: -55px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 12px;
	height: 12px;
	margin: 0 7px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #000;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 2px 0 0 2px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 1px solid #000;
	margin: 0;
}
.svg .bx-wrapper .bx-prev {
	left: 30px;
	background: url(../img/ios/slider-controls.svg) no-repeat 0px 0px;
}
.svg .bx-wrapper .bx-next {
	right: 30px;
	background: url(../img/ios/slider-controls.svg) no-repeat -17px 0px;
}
.no-svg .bx-wrapper .bx-prev {
	left: 30px;
	background: url(../img/ios/slider-controls.png) no-repeat 0px 0px;
}
.no-svg .bx-wrapper .bx-next {
	right: 30px;
	background: url(../img/ios/slider-controls.png) no-repeat -17px 0px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -39px;
	outline: 0;
	width: 17px;
	height: 77px;
	text-indent: -9999px;
	z-index: 9999;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper:hover .bx-controls-direction a {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*Buttons*/
.btn-middle {
	display: table;
	margin: auto;
}
.signup-btn {
	display: inline-block;
	margin-top: 25px;
	border: 1px solid #fff;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	padding: 15px 40px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	-webkit-transition: all 450ms ease;
	-moz-transition: all 450ms ease;
	transition: all 450ms ease;
}
.signup-btn i {
	font-size: 1.1em;
}
.pricing-plan:hover .signup-btn {
	border: 1px solid #666;
	color: #666;
}
.signup-btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(255,255,255,0.3);
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
}
.signup-btn:hover {
	color: #666666;
	background-color: #fff;
	border: 1px solid #fff;
}
.pricing-plan:hover .signup-btn:hover {
	border: 1px solid #fff;
}

/*Subscribe*/
.subscribe {
	width: 100%;
	background-color: #6666cc;
	padding: 80px 0 70px 0;
}
.subscribe h1 {
	margin-bottom: 10px;
}
.subscribe span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 1.125em;
}
.subscription-form {
	display: table;
	width: 100%;
	max-width: 555px;
	position: relative;
	margin: 23px auto 0 auto;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.subscription-form #email {
	width: 100%;
	height: 60px;
	border: none;
	outline: none;
	font-size: 1.5em;
	font-weight: 300;
	color: #000;
	padding: 0 60px 0 25px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.subscription-form #submit {
	display: block;
	position: absolute;
	top: 9px;
	right: 25px;
	background: none;
	border: none;
	outline: none;
	font-size: 2.6em;
	color: #999999;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	transition: all 400ms ease;
}
.subscription-form #submit:hover {
	color: #6666cc !important;
}
.errors {
	width: 100%;
	position: relative;
}
#error1, #error2 {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 1em;
	font-weight: 300;
	color: #fff;
	background-color: #e35c4a;
	margin-top: 15px;
	padding: 5px 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	transition: all 400ms ease;
}
#error1.visible, #error2.visible {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*Footer*/
footer {
	padding: 54px 0;
	background-color: #6666cc;
}
footer .social-icons {
	margin-top: 45px;
}
.copyright {
	width: 100%;
	position: relative;
}
.copyright img {
	max-width: 100%;
	height: auto;
}
.copyright span {
	display: block;
	position: absolute;
	margin: -25px 0 0 190px;
	color: #fff;
	font-size: 0.875em;
	font-weight: 300;
}
.copyright span a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}
.copyright span a:hover {
	text-decoration: underline;
}

/*Content Animations*/
.animation {
	opacity: 0;
}
.ie9 .animation {
	opacity: 1;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:100;
}
#status {
	width:229px;
	height:229px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url(../img/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:-115px 0 0 -115px;
}



/*MEDIA QUERIES*/

/*Tablet Portrait*/
@media screen and (max-width: 991px) {
	
	#phone { margin: 60px auto 100px auto; }
	.logo {
		width: 100%;
		position: absolute;
		top: -800px;
		margin-left: -15px;
	}
	.logo img {
		display: block;
		margin: auto;
	}
	.app-showcase h1, .social h1 { text-align: center; }
	.social { margin-top: 0px; }
	.buttons, .social-icons {
		display: table;
		margin: auto;
	}
	.si-icon,
	.im-icon-s,
	.im-icon-m,
	.im-icon-l {
		margin: 20px 15px 0 15px;
	}
	h1 {
		font-size: 2.6em;
		margin-bottom: 25px;
	}
	h2 { 
		font-size: 1.9em;
		margin-bottom: 65px;
	}
	.content-block {
		padding: 50px 0; 
	}
	.icons-premium { padding-top: 100px; }
	.icons-premium img { margin: 0 auto 50px auto; }
	.buy-btn { margin: 40px 0; }
	.bx-wrapper .bx-controls-direction a { display: none; }
	.bx-wrapper .bx-pager { margin-top: -35px; }
	footer { padding: 20px 0 54px 0; }
	.copyright img {
		display: block;
		margin: auto;
	}
	.copyright span {
		width: 100%;
		text-align: center;
		position: relative;
		margin: 30px 0 0 0;
	}
}




/*==================================================*/
/* Starry */
.none { display:none !important;}
#gallery { display:none;}

.info-block {}
.info-block h1 { margin-top:8px;}
.info-block p { margin:5px 0; padding:0;}

.quick_link { margin-top:30px;}
.quick_link a {}

.subscribe { display:none;}

#team, #pricing { display:none;}

#features { background:#fff;}

/***************************************************************************/
/* SCREENSHOTS SLIDER */
/***************************************************************************/
.screenshots {
  background: #1f1e25;
}
.screenshots h3 {
  color: #d7d7d7;
}
.screenshots p {
  color: #b3b3b3;
}
.screenshots .owl-carousel {
  margin-top: 3rem;
}
.screenshots .item {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  margin: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.screenshots .item img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/***************************************************************************/
/* APP INTRO */
/***************************************************************************/
.featured {
  padding: 4rem 0 5rem;
  color: #fff;
  background:url(../img/ios/bg2.jpg) no-repeat;
  background-size:cover;
}
.featured .app-spec {
  margin-top: 3rem;
}
.featured .smart-text {
  margin-top: 4rem;
}
.featured .smart-text .fa {
  font-size: 40px;
}
.featured .smart-text h4 {
  margin: 1rem 0;
}
.featured .mockup1 img {
  margin: auto;
  height: 550px;
  width: auto;
}


.featured .title {font-size:2.5em; color:#00a8f0; margin-bottom:35px;}
.featured .featured_desc .smart-text { color:#fff;}
.featured .featured_desc .smart-text i {color:#448FD5;}
.featured .featured_desc .smart-text h4 {color:#448FD5; font-size: 1.8em; margin-bottom:10px; font-weight:100;}
.featured .featured_desc .smart-text p {color:#666;}

.intro_block h1, .intro_block .title { font-size:2.5em; color:#fff !important; margin-bottom:20px;}
.intro_block  .intro { margin-bottom:24px;}

#screenshots { background:#80B9F5;}
.screenshots .title {font-size:2.5em; color:#fff; margin-bottom:5px;}
.screenshots .screenshots_con .smart-text { color:#fff;}
.screenshots .screenshots_con .smart-text i {color:#448FD5;}
.screenshots .screenshots_con .smart-text h4 {color:#448FD5; font-size: 1.8em; margin-bottom:10px; font-weight:100;}
.screenshots .screenshots_con .smart-text p {color:#666;}

.owl-theme .owl-controls .owl-buttons div {
  background: #609ddb;
}
.owl-theme .owl-controls .owl-page span {
  background: #609ddb;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #609ddb;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #609ddb;
}

.footer2{ padding: 20px 0;}
.footer2 .block { margin:0 auto; margin-top: 20px;}
.footer2 .logo_footer {text-align: center; color: #fff; }
.footer2 .logo_footer img { margin: 0 auto;}
.footer2 .copyright { text-align: center; color: #fff; color: rgba(255,255,255, 0.6);}

/*Phone Portrait*/
@media screen and (max-width: 440px) {
    #phone .controls{display: none;}
    .intro_block h1, .intro_block .title{display: none;}
	.svg .menu-toggle,
	.no-svg .menu-toggle { top: 20px; }
	#phone { margin: 110px auto 12px auto; }
	.logo {
   top: -764px;
}
	.buttons { padding-left: 0; }
	.buy-btn {
		font-size: 0.9em;
		padding: 18px 40px 18px 27px;
	}
	.buy-btn i { margin-right: 24px; }
    .social{height: 260px;overflow: hidden;}
    .social h1 {
    margin-top: 133px;
    float: left;
    font-size: 1.1em !important;
    line-height: 1.6em; 
    color: #fff;
    font-weight: 100;
    text-align: left;
    margin-bottom: 0;
    margin-right: 19px;
    position: relative;
    top: -107px;
}
    .featured .title {
    font-size: 2.5em;
    color: #00a8f0;
    margin-bottom: -30px;
}
    .featured .smart-text {
    margin-top: 1rem;
}
    .info-block{margin-left: -15px;margin-right: -15px;}
    .appstore-btn{    margin: 0 20px 30px 0;}
    .menu-toggle{background-color:dodgerblue;}
}
@media screen and (max-width: 340px) {
  
	#phone { margin-left: -25px; }
	.buttons { padding-left: 0; }
	.bx-wrapper .bx-pager { margin-top: -25px; }
    .social h1 {
    margin-top: 126px;
    float: left;
    font-size: 1em !important;
    line-height: 1.6em;
    color: #fff;
    font-weight: 100;
    text-align: left;
    margin-bottom: 0;
    margin-right: 0px;
    position: relative;
    top: -107px;
}
    .appstore-btn,.icloud-btn{width: 140px;height: 140px;-webkit-background-size: 130px auto;
    background-size:  130px auto;}
    .appstore-btn {
    margin: 0 5px 30px 0;
}
    #phone {
    margin-left: -36px;
}
    .menu-toggle{background-color:dodgerblue;}
}

#mainCon{width: 320px;margin: 0 auto;overflow: hidden;}